home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Nov 90 / MacApp.Tech$ 11⁄16⁄90 / 2381-Standard File Hacks-Nov90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.7 KB  |  41 lines  |  [TEXT/GEOL]

  1. Item    1869176                         15-Nov-90        16:28PST
  2.  
  3. From:   LOCKWOOD                        Savitar, Mike Lockwood,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    Standard File Hacks
  8.  
  9. Attn: MacApp Tech
  10. SentBy: Mike Lockwood
  11. Date   11/15/90
  12. Subject    Standard File Hacks
  13. From   Mike Lockwood
  14. To MacApp Tech
  15.  
  16. Standard File Hacks                            2:07 PM      11/15/90
  17. I too have been spending some time hacking around trying to extend the
  18. Standard File dialog.  I have made some progress, but have quite a way to go.
  19. It has not been fun, given that a long time living in the MacApp view
  20. hierarchy, insulated from the Dialog Manager.
  21.  
  22. My initial reaction was the same as Jeff's:  replace the whole thing and write
  23. it in MacApp.  But then I remembered when I upgraded my 128K Mac to a Mac
  24. Plus, with HFS in the new ROMs.  Somehow, most of the applications I was using
  25. was magically compatible with this new, more sophisticated file system.  The
  26. trick of course was that these programs used the Standard File Package.
  27.  
  28. Replacing Standard File is impractical, given that Apple may make more
  29. dramatic changes to the operating system.  So the solution seems to be adding
  30. more hooks and making Standard File more extensible.  It seems that Apple has
  31. moved in this direction with System 7.  Unfortunately, I need to support
  32. System 6 for awhile as well as System 7!  (Maybe version 2.0 will be System 7
  33. only, and I will be able to make more extensive use of these new goodies…)
  34.  
  35. I'm glad this issue has come up, since I haven't gone through all of the E.T.O
  36. CD and checked out the Drafter sample yet.  I will look for possible
  37. inspiration there, inspite of the earlier message's warning!
  38.  
  39. Mike
  40.  
  41.